home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / MENU.DCR / scripts_28.ls < prev    next >
Encoding:
Text File  |  1999-09-16  |  269 b   |  10 lines

  1. on enterFrame
  2.   set startBalls to 4
  3.   set IdentiteeBall to startBalls
  4.   set presentationBall to startBalls + 1
  5.   set the ink of sprite IdentiteeBall to 37
  6.   set the ink of sprite presentationBall to 37
  7.   depuppetize(IdentiteeBall, presentationBall)
  8.   updateStage()
  9. end
  10.